@charset "UTF-8";
.html,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  
  font-weight: 400;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html, body {
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.display-none {
  display: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1201px) {
  .add767 {
    display: none;
  }
  .rm767 {
    display: block;
  }
}
@media (max-width: 767px) {
  .add767 {
    display: block;
  }
  .rm767 {
    display: none;
  }
} /* reset css */ /* common css */
:root {
  --primary-color: #0a1226;
  --secondary-color: #3956de;
  --opacity-text: #d2d6eb;
  --highlight-primary: #1d2334;
  --highlight-secondary: #ffce00;
  --primary-bgcolor: #ffffff;
  --seconday-bgcolor: #1d0e48;
  --button-primary: #ff0935;
  --regular: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --black: #000;
  --white: #fff;
}
body {
  color: var(--para-color);
}

.heading h2, .heading h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 4px;
    color: #212121
}

.heading h4, .heading p {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #131313
}

.heading h4:after, .heading p:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 125px;
    background: #131313;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -14px
}

.heading-xxl {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 28px;
}
.heading-xl {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 12px;
}
.heading-m {
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 12px;
}
p {
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-color);
}
.heading p {
  font-size: 18px;
  line-height: 24px;
  color: var(--primary-color);
}
.para-content {
  color: #ffffff;
}
.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: 0 0;
}
.c-padding {
  padding: 64px 0px 72px 0px;
}
.container-fluid {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.button {
  color: var(--white);
  text-decoration: none;
  text-align: center;
  background: var(--button-primary);
  padding: 8px 25px 8px 20px;
  border-radius: 3px;
  
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-left {
  width: 50%;
}
.flex-right {
  width: 50%;
}
.text-center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  :root {
    --heading: 25px;
    --heading-lheight: 35px;
    --newline: inline-block;
    --inline: inline-block;
  }
  .c-padding {
    padding: 40px 0px 40px 0px;
  }
  .heading-xxl {
    font-size: 25px;
    line-height: 34px;
  }
  .heading-xl {
    font-size: 25px;
    line-height: 35px;
  }
  .flex-left {
    width: 100%;
  }
  .flex-right {
    width: 100%;
  }
}
